GetPresenter<P,V> Method

Summary
Returns the presenter registered with the provided type.
Syntax
C#
VB
C++
public static P GetPresenter<P, V>() 
  
Public Shared Function GetPresenter 
    (Of P As IWorkstationPresenter(Of V), 
     V As )() As P 
public: 
static _P^_ GetPresentergeneric<typename P> 
generic<typename V> 
();  
where P: IWorkstationPresenter<V> 
where V : class  

Type Parameters

P
The presenters type.

V
The view type registered for the presenter.

Return Value

The presenter registered with the provided type.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.